Commit Debian 3.0 (quilt) metadata archive/raspbian/5.9.1+dfsg-9+rpi1 raspbian/5.9.1+dfsg-9+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 3 Sep 2017 22:58:08 +0000 (22:58 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 3 Sep 2017 22:58:08 +0000 (22:58 +0000)
[dgit (3.12) quilt-fixup]

debian/patches/modify-configure.json-to-disable-neon.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/modify-configure.json-to-disable-neon.patch b/debian/patches/modify-configure.json-to-disable-neon.patch
new file mode 100644 (file)
index 0000000..9769f83
--- /dev/null
@@ -0,0 +1,19 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Sun, 3 Sep 2017 22:55:28 +0000
+X-Dgit-Generated: 5.9.1+dfsg-9+rpi1 917f03417097d6e0bbeef4e626acce9d6030ba33
+Subject: Modify configure.json to disable neon.
+
+
+---
+
+--- qtbase-opensource-src-5.9.1+dfsg.orig/configure.json
++++ qtbase-opensource-src-5.9.1+dfsg/configure.json
+@@ -896,7 +896,7 @@
+         },
+         "neon": {
+             "label": "NEON",
+-            "condition": "(arch.arm || arch.arm64) && tests.neon",
++            "condition": "(arch.arm64) && tests.neon",
+             "output": [
+                 "privateConfig",
+                 { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }
index 3a414d618e06eb2c6552a9be791b7bcf2921d231..a4668c1fc116a8d9416a9380db4b57ebb5f0d2d2 100644 (file)
@@ -9,3 +9,4 @@ link_fbclient.diff
 gnukfreebsd_cloexec.diff
 armv4.diff
 nonlinux_utime.diff
+modify-configure.json-to-disable-neon.patch